Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StateList<T> Class / LoadViewState Method
A System.Object that contains the saved view state values for the control.


In This Topic
    LoadViewState Method (StateList<T>)
    In This Topic
    When implemented by a class, loads the server control's previously saved view state to the control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub LoadViewState( _
       ByVal state As Object _
    ) 
    'Usage
     
    
    Dim instance As StateList(Of T)
    Dim state As Object
     
    instance.LoadViewState(state)
    public virtual void LoadViewState( 
       object state
    )

    Parameters

    state
    A System.Object that contains the saved view state values for the control.
    See Also